home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 4
/
United Public Domain Gold 4.iso
/
fredfish
/
ff.0683.dms
/
ff.0683.adf
/
KFAST
/
InstallLibrary
< prev
next >
Wrap
Text File
|
1992-06-25
|
1KB
|
35 lines
.K ""
echo "This script will install the req library, after first checking"
echo "to see if you already have one installed. If so, it will check the"
echo "version number of the installed one, and give you the option of"
echo "installing the one found here."
echo ""
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if not EXISTS libs:req.library
echo "No existing library, installing libs:req.library..."
copy libs/req.library libs:req.library
else
echo "The version here is 2.5."
failat 20
echo "Your currently installed library version is:"
version req.library 2 5
if WARN
ask "Do you wish to update libs:req.library? [y/n]"
if WARN
echo "Updating libs:req.library..."
protect libs:req.library rwed
copy libs/req.library libs:req.library
else
echo "libs:req.library unchanged."
endif
else
echo "The current installed version is up to date."
endif
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli